'Declaration Public Function New( _ ByVal name As String, _ ByVal values As ICollection(Of Object) _ )
public ReportParameter( string name, ICollection<object> values )
Parameters
- name
- The name of the report parameter.
- values
- The collection of values for the report parameter.